Hydra core
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hydra core
Hydra core
/
knf.hydra.core.tools
/
[androidJvm]ModulePreferenceDao_Impl
Module
Preference
Dao_
Impl
class
ModulePreferenceDao_Impl
(
__db
:
RoomDatabase
)
Members
Constructors
Module
Preference
Dao_
Impl
Link copied to clipboard
constructor
(
__db
:
RoomDatabase
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
find
Preference
Link copied to clipboard
open
fun
findPreference
(
key
:
String
)
:
<Error class: unknown class>
?
insert
Link copied to clipboard
open
fun
insert
(
preference
:
<Error class: unknown class>
)
listen
All
Link copied to clipboard
open
fun
listenAll
(
pkg
:
String
)
:
Flow
<
List
<
<Error class: unknown class>
>
>